home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / cmu / build-xlib < prev    next >
Encoding:
Text File  |  1994-09-27  |  370 b   |  16 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # build-xlib -- recompile the xlib stuff
  4. #
  5. #
  6. cd $Y2
  7. setenv CLXFILE /net/haskell/homes/pub/cmu/lib/subsystems/clx-library.sparcf
  8. setenv LIBRARYBIN $Y2/progs/lib/bin/cmu
  9. rm $LIBRARYBIN/xlib*.sparcf
  10. csh -f bin/cmu-haskell <<EOF
  11. :(setf ext:*bytes-consed-between-gcs* 8000000)
  12. :(load "\$CLXFILE")
  13. :(setf *code-quality* 3)
  14. :compile \$HASKELL_LIBRARY/X11/xlib
  15. EOF
  16.